home *** CD-ROM | disk | FTP | other *** search
- on stopMovie
- global gObjCaptain
- set clearList to [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33]
- repeat with x in clearList
- set object to getaProp(the pRollRegistry of gObjCaptain, x)
- if objectp(object) then
- dispose(object)
- setaProp(the pRollRegistry of gObjCaptain, x, 0)
- end if
- end repeat
- end
-